gridpack::Exception Class Reference

#include <exception.hpp>

Inheritance diagram for gridpack::Exception:
Inheritance graph
[legend]
Collaboration diagram for gridpack::Exception:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Exception (void)
 Default constructor.
 Exception (const std::string &s)
 Construct w/ a (string) message.
 Exception (const char *s)
 Construct w/ a char message.
 Exception (const Exception &old)
 Copy constructor.
 ~Exception (void) throw ()
 Destructor.
const char * what (void) const throw ()
 Report the error.

Constructor & Destructor Documentation

gridpack::Exception::Exception ( void   ) 

Default constructor.

gridpack::Exception::Exception ( const std::string &  s  )  [explicit]

Construct w/ a (string) message.

gridpack::Exception::Exception ( const char *  s  )  [explicit]

Construct w/ a char message.

gridpack::Exception::Exception ( const Exception old  ) 

Copy constructor.

gridpack::Exception::~Exception ( void   )  throw ()

Destructor.


Member Function Documentation

const char* gridpack::Exception::what ( void   )  const throw ()

Report the error.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Feb 2020 for GridPACK by  doxygen 1.6.1